Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterRegion Class > RasterRegion Constructor : RasterRegion Constructor(Byte[]) |
'Usage
Dim data() As Byte Dim instance As New RasterRegion(data)
public RasterRegion(byte[] data)
function RasterRegion( data )
public: RasterRegion( array<byte>^ data )
You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.